home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / arexxcomm.readme < prev    next >
Text File  |  1999-01-01  |  1KB  |  33 lines

  1. Short:    Easy ARexx port module for AmigaE (v1.1)
  2. Author:   Chris.S.Handley@BTInternet.com
  3. Uploader: Chris.S.Handley@BTInternet.com
  4. Version:  v1.1
  5. Type:     dev/e
  6. Requires: rexxsyslib.library, AmigaE v3.x
  7.  
  8. Introduction
  9. ------------
  10. This is a fairly easy to use module for AmigaE which allows you to communicate
  11. using an ARexx Port.  It is infact OO (Object Orientated), but if you don't know
  12. about OO don't worry - AmigaE makes OO dead easy.
  13.  
  14. You could probably do ok by just altering the supplied example program.  But
  15. read the docs anyway, as there are unfortunately still a few subtleties.
  16.  
  17. Although it appears to work well, I should point out that it has not been
  18. heavily tested yet.  That will only happen when either I (or someone else!)
  19. writes a proper program that uses it a lot - when I have time...
  20.  
  21. History
  22. -------
  23. v1.1 (21-03-99) -Fixed crash caused by closing port before it had recieved all
  24.          acknowledgements.
  25.         -Change behaviour of createPort() so that you can actually know
  26.          that a port was not created without using exceptions - you MUST
  27.          re-read how to use it!  Example programs were totally wrong!
  28.         -Improved docs slightly.
  29. v1.01(09-03-99) -Improved docs.
  30.         -Minor code update.
  31.         -1st Aminet release, but Aminet is down...
  32. v1.0 (02-12-98)    -First public release to a few people.
  33.